(blink-matching-paren-distance): Change default to 12,000.
authorRichard M. Stallman <rms@gnu.org>
Wed, 5 May 1993 18:12:04 +0000 (18:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 5 May 1993 18:12:04 +0000 (18:12 +0000)
lisp/simple.el

index eca0b9817ac72467ae08218cd6daeb7772529b08..a991481995d19f5c4e1571b804eb7da7596d64bf 100644 (file)
@@ -1986,9 +1986,8 @@ in the mode line."
 (defvar blink-matching-paren t
   "*Non-nil means show matching open-paren when close-paren is inserted.")
 
-(defconst blink-matching-paren-distance 4000
-  "*If non-nil, is maximum distance to search for matching open-paren
-when close-paren is inserted.")
+(defconst blink-matching-paren-distance 12000
+  "*If non-nil, is maximum distance to search for matching open-paren.")
 
 (defun blink-matching-open ()
   "Move cursor momentarily to the beginning of the sexp before point."